home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / qbscr15.zip / RUNME1ST.BAT < prev    next >
DOS Batch File  |  1989-09-01  |  4KB  |  87 lines

  1. echo off
  2. cls
  3. echo ══════════════════════════════════════════════════════════════════════════════
  4. echo   QBSCR Screen Routines ■ READ ME File
  5. echo ──────────────────────────────────────────────────────────────────────────────
  6. echo  
  7. echo   Welcome to the QBSCR Screen Routines version 1.5.  This file will tell
  8. echo   you the following information:
  9. echo  
  10. echo           ∙ How to print the QBSCR and Screen Builder documentation
  11. echo  
  12. echo           ∙ How to start the demo for a quick look at QBSCR
  13. echo  
  14. echo           ∙ How to register the QBSCR Screen Routines package
  15. echo  
  16. echo   To continue reading, hit any key.  To quit, hit CTRL + BREAK.
  17. pause > nul
  18. cls
  19. echo ══════════════════════════════════════════════════════════════════════════════
  20. echo   QBSCR Screen Routines ■ Printing the Documentation
  21. echo ──────────────────────────────────────────────────────────────────────────────
  22. echo  
  23. echo   The documentation for the Screen Routines and Screen Builder has been
  24. echo   designed so that it can be sent to your printer directly from the DOS
  25. echo   command line.  The following instructions assume that your printer is
  26. echo   connected to the LPT1: parallel printer port.
  27. echo  
  28. echo           1. Make sure your printer is on and ready.  For the QBSCR
  29. echo              documentation you need about 90 sheets of paper, or for
  30. echo              the Screen Builder documentation, about 25 pages.
  31. echo  
  32. echo           2. Issue the following command at the DOS prompt:
  33. echo  
  34. echo                           COPY QBSCR.DOC PRN
  35. echo  
  36. echo              or COPY SB.DOC PRN for the Screen Builder documentation.
  37. echo  
  38. echo           3. The file should then print automatically to completion,
  39. echo              taking care of page breaks by itself.
  40. echo  
  41. echo   Note that this has been tested only on an Epson printer.  To continue
  42. echo   reading, hit any key.  To quit now, hit CTRL + BREAK.
  43. pause > nul
  44. cls
  45. echo ══════════════════════════════════════════════════════════════════════════════
  46. echo   QBSCR Screen Routines ■ Starting the Demo
  47. echo ──────────────────────────────────────────────────────────────────────────────
  48. echo  
  49. echo   The QBSCR Screen Routines come with a demo program that will show you its
  50. echo   capabilities at a glance.  To start the demo, make sure the files DEMO.EXE
  51. echo   and all the .CLR and .MON files that start with DEMO are on the same drive
  52. echo   and in the same subdirectory.  Then issue the following command at the DOS
  53. echo   prompt:
  54. echo  
  55. echo                                   DEMO
  56. echo  
  57. echo   Once the demo has started, you can select specific demonstrations via the
  58. echo   demo menu.  Move the highlight bar to the demo you want to see and hit 
  59. echo   ENTER.  Alternately, you can press the highlighted letter associated with
  60. echo   the demo of your choice.
  61. echo  
  62. echo   To quit the demo, hit the ESC key at the menu.
  63. echo  
  64. echo   To continue reading, hit any key.  To quit now, hit CTRL + BREAK.
  65. pause > nul
  66. cls
  67. echo ══════════════════════════════════════════════════════════════════════════════
  68. echo   QBSCR Screen Routines ■ Registering the QBSCR Screen Routines
  69. echo ──────────────────────────────────────────────────────────────────────────────
  70. echo  
  71. echo   If you should decide to register the QBSCR Screen Routines and Screen
  72. echo   Builder, you can send the completed registration form at the back of the
  73. echo   QBSCR documentation and send it with a check for $15.00 made out to
  74. echo   Tony Martin to:
  75. echo  
  76. echo                                Tony Martin
  77. echo                           1611 Harvest Green Ct.
  78. echo                             Reston, VA  22094
  79. echo  
  80. echo   As a registered user you will receive an official disk set, as well as
  81. echo   a copy of the LASER graphics entertainment program.  This free program
  82. echo   is not shareware and is available only to registered users of the BAD
  83. echo   SOFTWARE Company.
  84. echo  
  85. echo   Thanks in advance for giving the QBSCR Screen Routines a try.
  86. echo  
  87.